projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c787a8
)
Remove superfluous newline
author
Samuel Chase
<samebchase@gmail.com>
Fri, 27 Jun 2014 10:47:34 +0000
(16:17 +0530)
committer
Samuel Chase
<samebchase@gmail.com>
Fri, 27 Jun 2014 10:47:34 +0000
(16:17 +0530)
src/bin/cargo.rs
patch
|
blob
|
history
diff --git
a/src/bin/cargo.rs
b/src/bin/cargo.rs
index 6bafc01fa7bb75b8aa2890f9dd8f68f234f961e3..454e84e6b21e4877b14f31f1c605aaf20715e722 100644
(file)
--- a/
src/bin/cargo.rs
+++ b/
src/bin/cargo.rs
@@
-49,7
+49,7
@@
fn execute() {
},
"--help" | "-h" | "help" | "-?" => {
println!("Commands:");
- println!(" build # compile the current project
\n
");
+ println!(" build # compile the current project");
println!(" test # run the tests\n");
let (_, options) = hammer::usage::<GlobalFlags>(false);